Multiple URLs on one domain in IIS 6 [closed]
Posted
by TGnat
on Server Fault
See other posts from Server Fault
or by TGnat
Published on 2009-08-20T17:59:15Z
Indexed on
2010/03/13
9:15 UTC
Read the original article
Hit count: 390
Possible Duplicate:
How to Host Multiple Domains / Web Sites on one IIS6 Server
I'm a developer and only know the basics of IIS administration.
I want to give each of my clients a personalized URL to access my web site. I have mySite.com and I would like to allow client A to acess the site via A.mySite.com and client B to use B.mySite.com. These would all point the the mySite.com domain with the same ip address.
Can this be done in IIS? Do I have to register new domains for each client? Are there other ways to accomplish the same thing?
© Server Fault or respective owner